VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElement Class / Select<T>() Method
Syntax Requirements SeeAlso
In This Topic
Select<T>() Method (OpenXmlDocumentElement)
In This Topic
Selects all child elements of specified type.
Syntax
'Declaration

Public Function Select<T
The type of elements.
>() As System.Collections.Generic.List(Of T) (Of T
The type of elements.
As OpenXmlDocumentElement)

Type Parameters

T
The type of elements.

Return Value

A list that contains all child elements of specified type.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also